object MainForm: TMainForm Left = 32767 Top = 123 AutoScroll = False ClientHeight = 118 ClientWidth = 299 Color = clNavy Font.Color = clWhite Font.Height = -45 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] FormStyle = fsMDIForm Visible = True OnActivate = FormActivate OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 51 object MDIArea: TMDIArea Left = 0 Top = 0 Width = 299 Height = 118 Bevel = False BackgroundColor = clNavy OnPaint = MDIAreaPaint end object AE: TAppExec Wait = True WindowState = wsNormal Left = 64 Top = 25 end object NoTask1: TNoTask Left = 186 Top = 68 end object t1: TTimer Enabled = False Interval = 2500 OnTimer = t1Timer Left = 19 Top = 59 end end